object FDIRFORM: TFDIRFORM Left = 229 Top = 115 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsDialog Caption = 'Select a Directory' ClientHeight = 295 ClientWidth = 273 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 8 Width = 25 Height = 13 Caption = 'Path:' end object Pfad: TLabel Left = 40 Top = 8 Width = 59 Height = 13 Caption = 'C:\rescue95' end object BT_Cancel: TButton Left = 157 Top = 256 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 0 end object BT_OK: TButton Left = 40 Top = 256 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 57 Width = 256 Height = 183 DirLabel = Pfad ItemHeight = 16 TabOrder = 2 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 29 Width = 257 Height = 19 TabOrder = 3 end end